Auto merge of #5069 - matklad:win7-y-u-no-tls, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 26 Feb 2018 19:59:27 +0000 (19:59 +0000)
committerbors <bors@rust-lang.org>
Mon, 26 Feb 2018 19:59:27 +0000 (19:59 +0000)
commitce87cfa6295d2562c5bb0e9404e75722e5093d38
tree719db0d5a7581cd2936269408b1a3ad10b6b4d37
parent8830eca1b24ddbe1dfe5794a012196592765e45d
parent81e18de756538dfb5b9029e27fe6ac7cec7db461
Auto merge of #5069 - matklad:win7-y-u-no-tls, r=alexcrichton

Warn Windows 7 users about old TLS

An eyepatch for https://github.com/rust-lang/cargo/issues/5066.

@retep998 what would the best way to check for windows 7 specifically? Currently I use just `#[cfg(windows)]`, which might give false positives on 8 and 10.
src/cargo/sources/git/utils.rs